home *** CD-ROM | disk | FTP | other *** search
/ PC Administrator / spravce.iso / Log Monitor / README.TXT < prev    next >
Encoding:
Text File  |  2002-06-05  |  3.0 KB  |  90 lines

  1. Files and directories monitoring tool
  2. =====================================
  3. Version: 1.4.2
  4. Home page: http://www.bitrix.ru/logmon/eng/
  5. Author: Vadim Dumbravanu, vad@bitrix.ru
  6.  
  7. Log Monitor is a files and directories monitoring tool. The program
  8. periodically checks selected file's modification time and executes 
  9. external program if file's time was changed or not changed. For 
  10. directories it handles such events as files change, addition or 
  11. removal.
  12.  
  13. Works under Windows 95/98/Me/NT/2000/XP. 
  14.  
  15. It's free for personal and business use. See LICENSE.TXT for 
  16. copyright information.
  17.  
  18. This file contains following topics:
  19.  
  20. 1. Purpose.
  21. 2. Usage.
  22. 3. Some features.
  23. 4. Installation.
  24. 5. Uninstallation.
  25.  
  26. 1. PURPOSE
  27.  
  28. The program is intended for different administrators using 
  29. automated processes. From time to time these processes stop working 
  30. or can even terminate abnormally. Sometimes processes create or 
  31. update error log-files. Log Monitor can watch over such processes 
  32. via their log-files and warn administrators about problems.
  33.  
  34. Users can watch over common network folders and see what happens
  35. within their directories.
  36.  
  37. 2. USAGE
  38.  
  39. Most of automated processes track log-files, periodically updating 
  40. them. Accordingly, if such process will terminate abnormally, 
  41. log-files cease changing.
  42.  
  43. If the process did not update the log-file during selected 
  44. interval, Log Monitor runs an external program. It can be "net send 
  45. bla bla bla", or paging program, or process restart. Log Monitor 
  46. can run a program if the file was changed too, so you can check 
  47. error files for changes.
  48.  
  49. Log Monitor can also watch over directories and handle files 
  50. change, addition or removal events within directory tree.
  51.  
  52. Log Monitor can be used as a task scheduler. NT Scheduler Service 
  53. is uncomfortable if you need to run a task every hour for example. 
  54. Using Log Monitor you can add nonexisting file, then select 
  55. interval of 3600 seconds and the program. As long as the file does 
  56. not update, selected program will run every hour. 
  57.  
  58. You can specify working time and days when program will be 
  59. launched.
  60.  
  61. 3. SOME FEATURES
  62.  
  63. - Several files or directories can be monitored simultaneously, 
  64. each file has its own interval and is processing in a separate 
  65. thread.
  66.  
  67. - Works on the schedule, can check files and directories only 
  68. during selected time interval and days of week or month.
  69.  
  70. - Powerful argument variables to pass files information to actions.
  71.  
  72. - Can run as a native NT service.
  73.  
  74. - Minimizes to the System Tray, can be hide completely.
  75.  
  76. - Many other really beautiful things.
  77.  
  78. 4. INSTALLATION
  79.  
  80. Unzip all files from LOGMON.ZIP to the temporary folder and then
  81. run SETUP.EXE. Follow setup program instructions. You can delete 
  82. unzipped files from the temporary directory after installation.
  83.  
  84. 5. UNINSTALLATION
  85.  
  86. Go to the Control Panel, then select Add/Remove Programs. Find 
  87. 'Log Monitor' string in the software list and press 'Add/Remove' 
  88. button. Note that program options saved in the registry will be 
  89. removed too.
  90.